@font-face {
    font-family: "Inter";
    src: url("../components/brandkit/fonts/Inter-Regular.otf");
    src: url("../components/brandkit/fonts/Inter-Regular.otf?#iefix") format("embedded-opentype"), url("../components/brandkit/fonts/Inter-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: "Sons Condensed";
    src: url("../components/brandkit/fonts/SonsCondensed-Extrabold.otf");
    src: url("../components/brandkit/fonts/SonsCondensed-Extrabold.otf?#iefix") format("embedded-opentype"), url("../components/brandkit/fonts/SonsCondensed-Extrabold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }

.ge-bold {
    font-family: 'GE Inspira', Arial, sans-serif;
    font-weight: bold !important;
    font-size: 1.6rem !important;
}

.gEInspiraRegular {
    font-family: 'GE Inspira', Arial, sans-serif;
    font-size: 2.4rem !important;
}

.sansCondensed {
    font-family: "Sons Condensed", sans-serif , Arial;
    font-weight: 800;
    color: #FFFFFF !important;
    font-stretch: ultra-condensed;
}

.ge-normal {
    font-family: 'GE Inspira', Arial, sans-serif;
    color: #FFFFFF;
    font-size: 1.4rem !important;
    font-weight: normal !important;
}

.interfont {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 1.4rem !important;
    font-weight: normal !important;
}

.interfontheader {
    font-family: 'Inter',Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 1.6rem !important;
    font-weight: normal !important;
}

.interfontbold {
    font-family: 'Inter',Arial, Helvetica, sans-serif;
    font-size: 1.6rem !important;
    font-weight: bold;
}